Class org.omg.CORBA.ObjectHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ObjectHolder
java.lang.Object
|
+----org.omg.CORBA.ObjectHolder
- public final class ObjectHolder
- extends Object
A holder class for objects for use with out and in/out IDL parameters.
This is necessary because Java does not support "var" parameters.
-
value
- The contained object.
-
ObjectHolder()
-
-
ObjectHolder(Object)
- Construct an ObjectHolder with the internal value set to the given
initial value.
value
public Object value
- The contained object.
ObjectHolder
public ObjectHolder()
ObjectHolder
public ObjectHolder(Object initial)
- Construct an ObjectHolder with the internal value set to the given
initial value.
@param initial The initial value of the contained object.
All Packages Class Hierarchy This Package Previous Next Index